Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to bps.collect_while_completeing #536

Conversation

ZohebShaikh
Copy link
Contributor

No description provided.

@ZohebShaikh ZohebShaikh linked an issue Aug 20, 2024 that may be closed by this pull request
@ZohebShaikh ZohebShaikh force-pushed the 329-investigate-hanging-collect_while_completing-planstub branch 4 times, most recently from 565b629 to cbe0434 Compare August 23, 2024 09:47
@ZohebShaikh ZohebShaikh changed the title initial commit update to bps.collect_while_completeing Aug 23, 2024
pyproject.toml Outdated Show resolved Hide resolved
@ZohebShaikh ZohebShaikh force-pushed the 329-investigate-hanging-collect_while_completing-planstub branch from 9703a49 to 5ddf953 Compare August 28, 2024 11:57
@ZohebShaikh ZohebShaikh marked this pull request as ready for review August 28, 2024 11:57
@ZohebShaikh ZohebShaikh force-pushed the 329-investigate-hanging-collect_while_completing-planstub branch from 5ddf953 to 923490c Compare August 28, 2024 11:57
src/ophyd_async/plan_stubs/_fly.py Outdated Show resolved Hide resolved
src/ophyd_async/plan_stubs/_fly.py Outdated Show resolved Hide resolved
@ZohebShaikh ZohebShaikh force-pushed the 329-investigate-hanging-collect_while_completing-planstub branch 2 times, most recently from db41573 to be29b8e Compare August 30, 2024 08:44
src/ophyd_async/plan_stubs/_fly.py Outdated Show resolved Hide resolved
)
yield from bps.wait(group=group)
done = yield from bps.wait(group=group, timeout=flush_period, move_on=True)
yield from bps.collect(*detectors, name=stream_name)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the removal of return_payload intentional?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@evalott100 Yes this was intentional ..No data was getting generated when return_payload was False...I haven't tested this recently.. I will check and see if the behaviour is the same

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have checked this today...This is working ... I'm able to collect data

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't see the full context for this since the github diff is cluttered with all the changes to main since this PR was opened. If you open a new PR after rebasing then add me as a reviewer 🙏

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have created a new PR #691 because the branch go messed up...

@ZohebShaikh ZohebShaikh force-pushed the 329-investigate-hanging-collect_while_completing-planstub branch from 3d148de to c90e403 Compare December 4, 2024 09:16
@ZohebShaikh ZohebShaikh closed this Dec 4, 2024
@ZohebShaikh ZohebShaikh deleted the 329-investigate-hanging-collect_while_completing-planstub branch December 4, 2024 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate hanging collect_while_completing planstub
3 participants